home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Esportes / turboracer.swf / scripts / DefineButton2_209 / BUTTONCONDACTION on(release).as next >
Text File  |  2007-07-10  |  158b  |  7 lines

  1. on(release){
  2.    set("_root:Challenge",false);
  3.    set("_root:TimeUp",false);
  4.    set("_root:PassLevel",2);
  5.    _parent._parent.gotoAndStop("StartGame");
  6. }
  7.